home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 569 / c_libs1a / newalert.h < prev   
C/C++ Source or Header  |  1992-04-30  |  311b  |  10 lines

  1. /********************************/
  2. /* Header File: ALERT.H         */
  3. /* Companion file to ALERT.O    */
  4. /********************************/
  5.  
  6. #define NAFORMERR -1     /* Format String Error */ 
  7. #define NAMEMERR  -2     /* Memory Allocation Error */
  8.  
  9. extern int form_nalert();
  10. extern void form_ncenter();